From 49684df079fa5e433706d30578f5ef7ef58ab32a Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Tue, 3 Jan 2006 16:26:24 +0000 Subject: [PATCH] Use xenctrl.h, not xc_private.h. Signed-off-by: Ewan Mellor --- tools/python/xen/lowlevel/xc/xc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/lowlevel/xc/xc.c b/tools/python/xen/lowlevel/xc/xc.c index 95b0a9f101..c4bc94111e 100644 --- a/tools/python/xen/lowlevel/xc/xc.c +++ b/tools/python/xen/lowlevel/xc/xc.c @@ -16,7 +16,7 @@ #include #include -#include "xc_private.h" +#include "xenctrl.h" /* Needed for Python versions earlier than 2.3. */ #ifndef PyMODINIT_FUNC -- 2.30.2